演習2: 文字列操作
code: python
'I Love ' + ' You'
code: python
'Love ' * 3
code: python
3 * 'Love'
code: python
'-' * 40
from
演習1: 四則演算
next
制御文
#Pythonセミナー